home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’95 / PopPacks 1.2 / Project Data < prev    next >
Encoding:
Text File  |  1995-06-17  |  346 b   |  10 lines  |  [TEXT/NTP1]

  1. constant kButtonText_NoSelection    := "Close All";
  2. constant kButtonText_Close            := "Close";
  3. constant kButtonText_Open            := "Open";
  4. constant kButtonText_Active        := "Active?";
  5. constant kButtonText_Remove        := "Remove";
  6.  
  7. constant kBlankPopChar := "      ";
  8.  
  9. InstallScript := func(partFrame) AddDeferredAction(func() GetRoot().(kAppSymbol):Open(), []);
  10.